ContainsElement Method (PgSqlRangeType<T>)
Determines whether the specified value is contained by the range.
|
|---|
'Declaration
Public MustOverride Function ContainsElement( _
ByVal As _
) As Boolean |
|
|---|
public abstract bool ContainsElement(
) |
Parameters
- element
- The value to check.
Return Value
true if the range contains the specified value; otherwise, false.